From 2571a2af18d23ac46d56a5a9c8de0e1db5bdc1fc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 26 Apr 2020 09:16:25 -0400 Subject: [PATCH] reftests: Fix the window-show-contents-on-map test Despite the name, the test was not in fact showing contents on map anymore, since widgets are visible by default. Setting visible to FALSE makes the test work as expected again. --- testsuite/reftests/window-show-contents-on-map.ui | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/reftests/window-show-contents-on-map.ui b/testsuite/reftests/window-show-contents-on-map.ui index 89d56bbd68..ec617ace22 100644 --- a/testsuite/reftests/window-show-contents-on-map.ui +++ b/testsuite/reftests/window-show-contents-on-map.ui @@ -6,6 +6,7 @@ + 0 This label is only shown when the window is mapped. So the window does its first size allocation without the label being visible and has to resize. 20 1 -- 2.30.2